Welcome![Sign In][Sign Up]
Location:
Search - vc ftp server

Search list

[WinSock-NDISFTP_SERVER_110_114

Description: ftp服务器,小的自己开发的,VC++做的,自己可以做实验模仿一下-ftp server, developed by the small, VC do, and they can do experiments to imitate what
Platform: | Size: 350594 | Author: tom | Hits:

[Ftp ServerMyFtpServxingqitian

Description: 一个简易的FTP服务器,服务器端的VC++源代码。-a simple FTP server, the server-VC source.
Platform: | Size: 15902 | Author: 赵杰伊 | Hits:

[WinSock-NDISFTPServer

Description: FTP server 工具,VC++2005测试通过。现在很多程序不能再VC++2005下运行。这个保证运行!
Platform: | Size: 5219725 | Author: Guosheng Wu | Hits:

[Ftp Serverwarsrc

Description: 包括FTP Server和Client的源程序(VC),功能十分强大 WAR FTP
Platform: | Size: 413268 | Author: STRENGS | Hits:

[WinSock-NDISftpget-src-1[1].5.tar

Description: 又一个VC编的FTP服务器端程序-VC also a series of the FTP server procedures
Platform: | Size: 13449 | Author: | Hits:

[Firewall-Security标准VC版FTP客户端源代码

Description: 本文件进行了实施测试通过的,但如果访问不了非本机的服务器,可查看你是否启动了个人防火墙,本程序没有解决个人防火墙问题。-this document for the implementation of the test, but if not visit the non-server machines, you can check whether or not to launch a personal firewall, this procedure does not solve the problem of personal firewall.
Platform: | Size: 68725 | Author: 张无忌 | Hits:

[Ftp Server200501181831325347

Description: VC编成实现ftp服务器的小程序,可以使用。-a small ftp server program implemented by VC.Able to use.
Platform: | Size: 32096 | Author: 贾铮 | Hits:

[Ftp ServerEXAMPLE67

Description: FTP服务器编程实现源码,用VC++.NET运行环境,挺好的-FTP server program source code, with VC.NET environment, in very good shape;
Platform: | Size: 22528 | Author: 詹红艳 | Hits:

[Internet-NetworkTCPCom

Description: 看了袁渊先生在VC知识库《在线杂志》第14期发表的文章《基于TCP/IP的局域网多用户通信》,感觉受益颇多,但也觉得里面有一些不太完善的地方,具体来说主要有: 1、两个服务器单独运行,且主线程均阻塞,用户界面死锁,不便于控制; 2、聊天服务器线程和互斥量的使用可能导致死锁; 3、不能实现文件传送(文件传送可不能由服务器转发,否则非把它累趴下不可^-^); 4、不能由用户进行网络设置,所以在不同的网络使用必须修改源程序等等; 我在此基础上重新设计编写了一个系统 -read YUAN Yuan in VC knowledge base "online magazine" 14 published an article, "based on TCP/IP LAN multi-user communication", I feel a lot of benefit, but also think that there are some less than perfect, specifically are : 1, 2 server running, and the main threads are blocked, the user interface Deadlock, facilitate control; 2, chat server threads and contradict the use of volume may lead to deadlock; 3, achieve file transfer (FTP can be transmitted by the server, otherwise he will not get on the ground tired ^- ^) ; 4, and not by users for network configuration, the different networks must be revised source, etc.; I would like to re-design on the basis of the preparation of a system
Platform: | Size: 223232 | Author: 阿健 | Hits:

[Ftp Clientftpvc++

Description: ftp客户端c++编程FTP协议将使用两条单独的TCP连接,一条专用于发送FTP命令,另一条则专用于传递数据。初始建立连接时,服务器在21号端口上接收来自客户端的命令连接。-ftp client c programming FTP will use two separate TCP connection, a dedicated FTP to send orders, and the other one is dedicated to data transfer. The initial establishment of connection, the server port in the 21st receive from the client orders connectivity.
Platform: | Size: 6144 | Author: dd | Hits:

[Ftp ServerFTPserver510

Description:
Platform: | Size: 202752 | Author: 李牧白 | Hits:

[GUI DevelopServerSrcftp

Description:
Platform: | Size: 135168 | Author: cocotte | Hits:

[Ftp ServerSFTP

Description: vc开发的一个ftp服务器例子,希望对感兴趣的人有帮助-vc developed example of an ftp server, and they hope to have to help people who are interested in
Platform: | Size: 102400 | Author: 张富强 | Hits:

[Internet-Networkpumpkin-2.7.2

Description: 实现tftp下载。是一个完全符合tftp协议的vc实现。包括客户端和服务器端。-Achieve tftp download. Is a completely consistent with the tftp protocol to achieve vc. Including client and server.
Platform: | Size: 143360 | Author: twoeggs.cn | Hits:

[Ftp ClientVCftp

Description: VC编成实现ftp服务器,希望对有需要的朋友点帮助-VC realize into ftp server, and they hope to have a friend in need to help the
Platform: | Size: 31744 | Author: 劉洪昌 | Hits:

[SQL Servervc6

Description: 一系列的c++例子 一步一步由浅入深 有 聊天室,人事管理系统,工资管理, Ftp工具 全部采用vc6.0 后台数据库采用 SQL SERVER 2-A series of c++ Examples step by step, easy-to-digest have chat rooms, personnel management systems, salary management, Ftp tools used vc6.0 background database used SQLSERVER 2
Platform: | Size: 4254720 | Author: 苏阳 | Hits:

[Internet-NetworkFTPServer_VC++

Description: 用VC++编写的FTP服务器,已编译通过.-With VC++ Prepared FTP server, has been compiled through.
Platform: | Size: 3163136 | Author: liu | Hits:

[Internet-NetworkFTPclient

Description: 这个是一个VC开发的简易ftp客户端,能够浏览ftp服务器资源,并下载。-This is a VC to develop simple ftp client, ftp server resources can browse and download.
Platform: | Size: 244736 | Author: 刘和群 | Hits:

[Internet-Networkftp

Description: 一个ftp客户端和服务器端程序的源代码,演示ftp服务器的主要功能和协议实现,使用vc++编程-a ftp demo, included client and server
Platform: | Size: 218112 | Author: sjun | Hits:

[Internet-NetworkFTPsever

Description: 在VC++平台上编写的一个FTP服务器程序,已经调试好的,可直接用-In VC++ platform to prepare an FTP server program has a good debugger can be directly used
Platform: | Size: 57344 | Author: 惠彦涛 | Hits:
« 1 2 3 45 6 7 »

CodeBus www.codebus.net